home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2146 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  644 b 

  1. Path: news-feed.mci.newscorp.com!usenet
  2. From: stucros@mci.newscorp.com (Stuart Crosby)
  3. Newsgroups: comp.lang.c
  4. Subject: Use of getch()...
  5. Date: 19 Jan 1996 14:17:15 GMT
  6. Organization: News Corp./MCI Online Ventures
  7. Message-ID: <4do95b$jio@klein.delphi.com>
  8. NNTP-Posting-Host: 206.24.162.51
  9. Mime-Version: 1.0
  10. X-Newsreader: WinVN 0.93.11
  11.  
  12. I need to use the function getch() in a loop but I also need for a null
  13. character to be returned during each iteration if the user has not 
  14. entered a character. I need this so that the program will not stop and 
  15. wait for input at the point that I have getch() in the routine.  Is this 
  16. possible?
  17. Thanks
  18. Stu
  19.  
  20.